CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 贪心算法 分析

搜索资源列表

  1. g

    0下载:
  2. 计算机算法分析与设计贪心算法那章节几乎所有的实现代码 欢迎大家下载啊
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:10351
    • 提供者:林双
  1. suanfafenxiyusheji

    0下载:
  2. 算法分析与设计课程设计基于贪心法的装箱问题设计报告
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:18085
    • 提供者:lessi
  1. tanxinxiang

    0下载:
  2. 算法分析与设计课程设计基于贪心法的装箱问题设计报告
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:18078
    • 提供者:lessi
  1. AlgorithmUsingJava

    0下载:
  2. <算法导论>第二版大部分算法实现. 1. 各类排序和顺序统计学相关 2. 数据结构 2.1 基本数据结构 2.2 散列表 2.3 二叉查找树 2.4 红黑树 2.5 数据结构基于红黑树的扩张 3. 高级涉及和分析技术 3.1 动态规划相关 3.2 贪心算法相关 3.3 用于不相交集合的数据结构 4. 部分图算法.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:324940
    • 提供者:QJGui
  1. analysys-and-design-of-algorithm-ppt

    0下载:
  2. 我上课用的计算机算法设计与分析的电子教案,内容包括了最基本的分治法,贪心法,动态规划法,-I class computer algorithms used in design and analysis of electronic lesson plans, including the most basic sub-rule law, greedy method, dynamic programming method,
  3. 所属分类:Data structs

    • 发布日期:2017-04-09
    • 文件大小:1412829
    • 提供者:周先生
  1. tanxin

    0下载:
  2. 算法分析中的贪心算法,希望对学习的同学有所帮助。-Algorithm Analysis of greedy algorithm, and they hope to help students learn.
  3. 所属分类:Data structs

    • 发布日期:2017-03-28
    • 文件大小:882
    • 提供者:小林
  1. Queen

    0下载:
  2. 算法设计与分析中,对N皇后进行编程,主要运用到的是贪心算法。-Algorithm design and analysis, on the N s programming, the main use of the greedy algorithm.
  3. 所属分类:Data structs

    • 发布日期:2017-05-07
    • 文件大小:1214
    • 提供者:wyywd
  1. ProblemF

    0下载:
  2. 算法分析与设计中的汽车加油问题,用贪心算法来进行 -Algorithm analysis and design of the automobile refueling problem, greedy algorithm used to carry out
  3. 所属分类:Data structs

    • 发布日期:2017-04-12
    • 文件大小:793
    • 提供者:天河
  1. tanxin

    0下载:
  2. 算法分析中的贪心算法的实现,并有完整的测试数据-Algorithm analysis of the realization of the greedy algorithm, as well as complete test data
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-07
    • 文件大小:8415
    • 提供者:fanhenglong
  1. tanxin

    0下载:
  2. 算法设计与分析中贪心算法C++实现代码 包括但愿最短路径问题,哈弗曼编码,整数最有分解,最小生成树,最优分解,删数问题等-Algorithm Design and Analysis of greedy algorithm in C++ code, including the realization of hope that the shortest path problem,哈弗曼coding, the most integral decomposition, minimum spanning
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-27
    • 文件大小:8991
    • 提供者:liudan
  1. disk

    5下载:
  2. 贪心算法作业的解题报告(含证明)和源代码:磁盘文件最优存储问题,当初证明花了一些时间。问题描述:设磁盘上有n个文件,f1,f2,…,fn,,每个文件占磁盘上1个磁道。这n个文件的检索概率分别是p1,p2,…,pn, 且∑pi=1。磁头从当前磁道移到被检信息磁道所需的时间可用这2 个磁道之间的径向距离来度量。如果文件pi存放在第i道上, ,则检索这n 个文件的期望时间是∑pipjd(i,j) 其中d(i,j) 是第i道与第j 道之间的径向距离|i-j|。磁盘文件的最优存储问题要求确
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-08
    • 文件大小:266217
    • 提供者:吴钦阳
  1. huichanganpai

    0下载:
  2. 算法设计与分析经典问题会场安排,采用贪心算法,每进行一次贪心算法规模减小一次-Classic problem of algorithm design and analysis of the venue arrangements, using greedy algorithm, each once a greedy algorithm reduces the size
  3. 所属分类:Other systems

    • 发布日期:2017-04-08
    • 文件大小:597905
    • 提供者:大为
  1. The_greedy_algorithm_analysis_and_design_tutorial.

    0下载:
  2. 算法分析设计之贪心法教程The greedy algorithm analysis and design tutorial-Analysis and design of the greedy algorithm tutorial The greedy algorithm analysis and design tutorial
  3. 所属分类:Algorithm

    • 发布日期:2017-04-05
    • 文件大小:362230
    • 提供者:vk
  1. introduction_Algorithms

    0下载:
  2.   这书深入浅出,全面地介绍了计算机算法。对每一个算法的分析既易于理解又十分有趣,并保持了数学严谨性。本书的设计目标全面,适用于多种用途。涵盖的内容有:算法在计算中的作用,概率分析和随机算法的介绍。书中专门讨论了线性规划,介绍了动态规划的两个应用,随机化和线性规划技术的近似算法等,还有有关递归求解、快速排序中用到的划分方法与期望线性时间顺序统计算法,以及对贪心算法元素的讨论。此书还介绍了对强连通子图算法正确性的证明,对哈密顿回路和子集求和问题的NP完全性的证明等内容。全书提供了900多个练习题和
  3. 所属分类:Data structs

    • 发布日期:2017-05-29
    • 文件大小:12022757
    • 提供者:Tea
  1. 90253940whiteblackpoint

    1下载:
  2. 给出你设计的求解下面问题算法的伪代码并分析复杂性:设B={b1,b2, ,bn} 和 W={w1,w2, ,wn}为平面上黑点和白点的两个集合。一个黑点bi=(xi, yi )与一个白点wj=(xj, yj ) 匹配当且仅当xi≥xj 和yi≥yj 。设计一个贪心算法,找出黑白点之间的最大匹配数目。算法的复杂性要尽量接近nlgn. -Give your algorithm designed to solve the following pseudo code and the problem of
  3. 所属分类:Data structs

    • 发布日期:2017-04-09
    • 文件大小:1114
    • 提供者:
  1. 7-27

    0下载:
  2. 算法分析与设计之7-27(贪心算法)算法实现-analysis 7-27
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:1436
    • 提供者:zmq1991
  1. alogrithms-in-pku

    0下载:
  2. 北京大学 算法分析与复杂性理论国家级精品课程课件,非常值得一看。分治,贪心,动态规划,NP理论-Peking University, algorithm analysis and complexity theory national quality courseware, very worth seeing. Divide and conquer, greedy, dynamic programming, NP theory. . .
  3. 所属分类:Data structs

    • 发布日期:2017-05-22
    • 文件大小:6545010
    • 提供者:grant
  1. 01bag

    0下载:
  2. 实现经典0-1背包问题,采用动态规划、分枝限界、回溯法、贪心算法等四个算法分别实现0-1背包问题,并有一个四合一的算法统一用四种方法实现。并对其时间复杂度进行了分析。-To achieve the classic 0-1 knapsack problem, dynamic programming, branch and bound, backtracking, greedy algorithm to achieve the four algorithms are 0-1 knapsack pro
  3. 所属分类:Data structs

    • 发布日期:2017-04-17
    • 文件大小:225969
    • 提供者:liuyongzhong
  1. huffman

    0下载:
  2. 算法分析与设计基础课程大型实验周做的,用贪心算法实现的Huffman编码,-Algorithm analysis and design of large-scale experiment-week basic course to do with the greedy algorithm of Huffman coding,
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-04
    • 文件大小:198925
    • 提供者:闫养鑫
  1. greedy

    0下载:
  2. 这是算法设计与分析课程实验, 贪心算法实验的简单的源代码,包括汽车加油,多级调度问题 ,prim最小生成树-This is the algorithm design and analysis course experiment, the experiment simple greedy algorithm source code, including vehicle refueling, multi-level scheduling problem, prim MST
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:2231
    • 提供者:林达
« 1 23 4 5 »
搜珍网 www.dssz.com